home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / addmem.lha / AddMem.doc < prev   
Text File  |  1995-07-26  |  1KB  |  44 lines

  1. AddMem V1.0 by Chris Hodges
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Introduction
  5. ~~~~~~~~~~~~
  6. This program will add non-autoconfig memory to your system. If you
  7. don't know about your memory board addresses, AddMem will certainly
  8. crash your system.
  9.  
  10. Requirements
  11. ~~~~~~~~~~~~
  12. AddMem needs Kick 2.04 or higher.
  13.  
  14. Usage
  15. ~~~~~
  16. AddMem START startadr TO endadr [PRI value] [NAME string]
  17.  
  18. startadr and endadr have to be valid memory addresses and must be
  19. given as hex numbers.
  20.  
  21. The optional PRI parameter allows you to set the priority of the
  22. to be mounted ram, if it is ommitted, the value 10 is used.
  23.  
  24. If the NAME string is not given, 'fastmem' will be taken as default.
  25.  
  26. Note to 68040-users: AddMem *MUST* be placed *BEFORE* SetPatch
  27. because the 68040 support library locks all non-allocated addresses.
  28.  
  29. History
  30. ~~~~~~~
  31. V1.0 (12-Jun-95): First release.
  32.  
  33. Contact address
  34. ~~~~~~~~~~~~~~~
  35. Any mails or donations to:
  36.  
  37. Chris Hodges                    Account: 359 68 63
  38. Kennedystr. 8                   BLZ    : 700 530 70
  39. D-82178 Puchheim                Bank   : Sparkasse Fürstenfeldbruck
  40. Germany
  41. Tel.: 089/8005856
  42. Email: chris@sixpack.pfalz.org 
  43.  
  44.